Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix build error for python bindings on some systems #26330

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

arezaii
Copy link
Contributor

@arezaii arezaii commented Nov 27, 2024

This fixes the generated rpath string for the python bindings shared library. There is a typo in the current version that creates separation and omits a comma from the linker flags format. This can cause a build error when installing Chapel in a prefix on some systems, like perlmutter.

[reviewed by @jabraham17 - thanks!]

@arezaii arezaii changed the title adjust flag to set py binding rpath adjust flag format when seting py binding rpath Nov 27, 2024
@arezaii arezaii changed the title adjust flag format when seting py binding rpath fix build error for python bindings on some systems Nov 27, 2024
@arezaii arezaii requested a review from jabraham17 November 27, 2024 18:04
@arezaii arezaii marked this pull request as ready for review December 2, 2024 18:27
@arezaii arezaii merged commit 74ccb43 into chapel-lang:main Dec 2, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants